net/netip.Addr.v6u16 (method)
7 uses
net/netip (current package)
netip.go#L363: func (ip Addr) v6u16(i uint8) uint16 {
netip.go#L518: return ip.v6u16(0)&0xffc0 == 0xfe80
netip.go#L559: return ip.v6u16(0)&0xff0f == 0xff01
netip.go#L574: return ip.v6u16(0)&0xff0f == 0xff02
netip.go#L877: for j < 8 && ip.v6u16(j) == 0 {
netip.go#L896: ret = appendHex(ret, ip.v6u16(i))
netip.go#L922: ret = appendHexPad(ret, ip.v6u16(i))
The pages are generated with Golds v0.6.7. (GOOS=linux GOARCH=amd64) Golds is a Go 101 project developed by Tapir Liu. PR and bug reports are welcome and can be submitted to the issue list. Please follow @Go100and1 (reachable from the left QR code) to get the latest news of Golds. |